#####Brittany Major Events####
#By Joakim 'Greven' Bergqwist#
##############################

#The Crown of France#
event = {

	id = 3601
	trigger = {
			owned = {
					province = 385
					data = -1
				}
			NOT = {
				exists = FRA
				}
		}
	random = no
	country = BRI
	name = "EVENTNAME3601"
	desc = "EVENTHIST3601"
	style = 1

	date = { day = 1 month = january year = 1420 }
	offset = 30
	deathdate = { day = 1 month = january year = 1515 }

	action_a ={					#France is reborn with me#
		name = "ACTIONNAME3601A"
		command = { type = vp value = 200 }
		command = { type = stability value = 3 }
		command = { type = country which = FRA }
		command = { type = INF which = 385 value = 15000 }
		command = { type = CAV which = 385 value = 10000 }
		command = { type = ART which = 385 value = 30 }
	}

	action_b ={					#Let France rest in peace#
		name = "ACTIONNAME3601B"
		command = { type = vp value = -100 }
		command = { type = stability value = -3 }
		command = { type = relation which = ENG value = 150 }
		command = { type = relation which = BUR value = 150 }
		command = { type = relation which = HAB value = 150 }
		command = { type = relation which = SPA value = 150 }
	}
}

#The Marriage of Anne of Brittany#
event = {

	id = 3602
	trigger = {
			exists = FRA
			exists = HAB
			event = 3178
		}
	random = no
	country = BRI
	name = "EVENTNAME3602"
	desc = "EVENTHIST3602"
	style = 1

	date = { day = 9 month = september year = 1488 }
	offset = 30
	deathdate = { day = 22 month = december year = 1491 }

	action_a ={				#Charles of France#
		name = "ACTIONNAME3602A"
		command = { type = trigger which = 3321 }
		command = { type = trigger which = 3330 }
		command = { type = dynastic which = FRA }
#		command = { type = alliance which = FRA }
		command = { type = stability value = 2 }
		command = { type = relation which = FRA value = 100 }
		command = { type = relation which = HAB value = -100 }
	}

	action_b ={				#Let a remote relative become Duke#
		name = "ACTIONNAME3602B"
		command = { type = stability value = -2 }
		command = { type = relation which = FRA value = -100 }
		command = { type = revolt which = -1 }
	}
}

#The Marriage of Anne of Brittany#
event = {

	id = 3603
	trigger = {
			exists = HAB
			exists = FRA
			event = 3319
		}
	random = no
	country = BRI
	name = "EVENTNAME3603"
	desc = "EVENTHIST3603"
	style = 1

	date = { day = 9 month = september year = 1488 }
	offset = 30
	deathdate = { day = 22 month = december year = 1491 }

	action_a ={				#Maximilian of Austria#
		name = "ACTIONNAME3603A"
		command = { type = trigger which = 3329 }
		command = { type = trigger which = 3322 }
		command = { type = dynastic which = HAB }
#		command = { type = alliance which = HAB }
		command = { type = stability value = 2 }
		command = { type = relation which = FRA value = -100 }
		command = { type = relation which = HAB value = 100 }
	}

	action_b ={				#Let a remote relative become Duke#
		name = "ACTIONNAME3603B"
		command = { type = stability value = -2 }
		command = { type = relation which = FRA value = -100 }
		command = { type = revolt which = -1 }
	}
}